home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1524 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  665 b 

  1. Path: irisa.fr!usenet
  2. From: srodrigu@irisa.fr (Stephane Rodriguez)
  3. Newsgroups: comp.lang.c++
  4. Subject: template, once again
  5. Date: 11 Jan 1996 14:54:35 GMT
  6. Organization: IRISA, Campus de Beaulieu, 35042 Rennes Cedex, FRANCE
  7. Distribution: world
  8. Message-ID: <4d38bb$ogm@news.irisa.fr>
  9. Reply-To: srodrigu@irisa.fr
  10. NNTP-Posting-Host: picasso.irisa.fr
  11. Keywords: template, beginner, instanciation
  12.  
  13.  
  14. Hi
  15. I try to use a template class I've defined
  16. but at the linkage CC (DELTA C++) says :
  17. >ld:
  18. >unresolved:
  19. >TPile<int>::Push(int*)
  20. >TPile<int>::Pop(void)
  21. ...
  22. could someone tell me what to do to make it work well ?
  23. I think CC work quite like g++
  24.     Thanks.
  25.  
  26.  Laurent Garnier
  27.  
  28.  
  29.  
  30.  
  31.